home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / basic / QuickLib.readme < prev    next >
Text File  |  1998-03-07  |  3KB  |  65 lines

  1. Short:    The new version of the QuickLib (1.21)
  2. Author:   perniolapa@bccsanteramo.it (Giuseppe Perniola)
  3. Uploader: perniolapa@bccsanteramo.it (Giuseppe Perniola)
  4. Type:     dev/basic
  5.  
  6. QuickLib v1.21  by Giuseppe Perniola
  7.  
  8. This archive is a library for Blitz Basic 2.
  9. IT IS RESERVED ONLY BLITZ2 PROGRAMMER!
  10.  
  11. The library-number is 10.
  12.  
  13. The commands are:
  14.  
  15.    a.q=QAdd(b.q,c.q)                      a=b+c
  16.    a.q=QSub(b.q,c.q)                      a=b-c
  17.    a.q=QMul020(b.q,c.q)                   a=b*c    FOR 68020+
  18.    a.q=QDiv020(b.q,c.q)                   a=b/c    FOR 68020+
  19.  
  20.    a.w=WWrap(b.w,Low.w,High.w)            LIKE QWRAP
  21.    a.w=WLimit(b.w,Low.w,High.w)           LIKE QLIMIT
  22.  
  23.    QPlot Bitmap#,X,Y,Plane                Like Plot, but this command can to
  24.                                           alter an only plane of a bitmap.
  25.  
  26.    a.l=ChunkyBuffer(ChunkyBuffer#)        Returns the memory location of the
  27.                                           given ChunkyBuffer.
  28.  
  29.    a.l=ChunkyBufferSize(ChunkyBuffer#)    Returns the sizes of the
  30.                                           ChunkyBuffer in bytes.
  31.  
  32.    InitChunkyBuffer ChunkyBuffer#,Bitmap# Initializes the ChunkyBuffer.
  33.  
  34.    ChunkyToPlanar ChunkyBuffer#           This command runs the conversion
  35.                                           Chunky To Planar.
  36.  
  37.    ClearChunkyBuffer ChunkyBuffer#        Clears the ChunkyBuffer.
  38.  
  39.    FreeChunkyBuffer ChunkyBuffer#         Frees the ChunkyBuffer.
  40.  
  41. NOTE:
  42.    FOR OTHER INFO, SEE c2pExample.bb2
  43.  
  44. If you like it then please e-mail me!
  45.  
  46.  
  47. ============================= Archive contents =============================
  48.  
  49. Original  Packed Ratio    Date     Time    Name
  50. -------- ------- ----- --------- --------  -------------
  51.     1744     742 57.4% 24-Feb-98 09:59:44  c2pExample.bb2
  52.     1744     746 57.2% 01-Feb-98 11:37:02  c2pExample.bb2.bak
  53.      396     222 43.9% 01-Feb-98 11:34:38  c2pExample.bb2.info
  54.     1230     127 89.6% 24-Feb-98 09:59:44  c2pExample.bb2.xtra
  55.       52      47  9.6% 12-Jan-98 19:39:36  QDiv020
  56.       48      42 12.5% 12-Jan-98 19:29:16  QMul020
  57.     4381    1247 71.5% 24-Feb-98 10:04:46  QuickLib.bb2
  58.     4380    1247 71.5% 01-Feb-98 11:11:24  QuickLib.bb2.bak
  59.      396     222 43.9% 01-Feb-98 11:34:38  QuickLib.bb2.info
  60.     1230     185 84.9% 24-Feb-98 10:04:46  QuickLib.bb2.xtra
  61.     1808     889 50.8% 31-Jan-98 22:43:52  QuickLib.obj
  62.     1537     604 60.7% 24-Feb-98 10:04:22  QuickLib.readme
  63. -------- ------- ----- --------- --------
  64.    18946    6320 66.6% 01-Mar-98 19:02:40   12 files
  65.